Cloneable

Ecng.Common

The base class for objects that can be cloned.

实现: ICloneable<T>, ICloneable

方法

Clone
public abstract T Clone()
result = cloneable.Clone()

Creates a new object that is a copy of the current instance.

返回值: A new object that is a copy of this instance.

System#ICloneable#Clone()

Creates a new object that is a copy of the current instance.

返回值: A new object that is a copy of this instance.